Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTP: specify Domain attribute in user session cookie #3165

Closed
wants to merge 2 commits into from

Conversation

reinkrul
Copy link
Member

@reinkrul reinkrul commented Jun 4, 2024

Cookie is currently rejected by Safari/Firefox

Fixes #3164

@reinkrul
Copy link
Member Author

reinkrul commented Jun 4, 2024

@gerardsn would you mind testing this in Firefox and/or Safari?

@gerardsn
Copy link
Member

gerardsn commented Jun 5, 2024

Still the same no credentials available error in both.

  • Safari console does not show any errors or cookies
  • Firefox contains a cookie and has error: Cookie ‘__Secure-SID’ met de ‘SameSite’-attribuutwaarde ‘Lax’ of ‘Strict’ is weggelaten vanwege een cross-site-doorgeleiding.

@woutslakhorst
Copy link
Member

  • cross-site-doorgeleiding

What's the english error?

@gerardsn
Copy link
Member

dunno. I've set the OS and browser language to English but the error message does not change

@woutslakhorst
Copy link
Member

@reinkrul should we close this for now?

@reinkrul
Copy link
Member Author

reinkrul commented Sep 13, 2024

I don't see much reason to fix this right now. I believe it might be rather complex because we automatically redirect (with location headers) when landing on the holder site, and then cookies might not be accepted.

@reinkrul reinkrul closed this Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cookies not working on Safari and Firefox
3 participants